From f8cd45575d8a1cd3c03e5ba9638d573865992f27 Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Tue, 28 Nov 2006 17:04:32 +0000 Subject: [PATCH] Add test_bindings back into the build -- it isn't integrated with the normal targets, because it introduces an additional dependency (libcurl), but make test/test_bindings does the right thing. Signed-off-by: Ewan Mellor --- tools/libxen/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/libxen/Makefile b/tools/libxen/Makefile index c944b95215..6bf5d2fc25 100644 --- a/tools/libxen/Makefile +++ b/tools/libxen/Makefile @@ -48,6 +48,9 @@ libxenapi.so.$(MAJOR).$(MINOR): $(LIBXENAPI_OBJS) libxenapi.a: $(LIBXENAPI_OBJS) $(AR) rcs libxenapi.a $^ +test/test_bindings: test/test_bindings.o src/libxen.so + $(CC) $(LDFLAGS) -o $@ $< -L src -lxen + .PHONY: install install: all -- 2.30.2